# There is an implicit memory overhead for any domain creation. This
# overhead is greater for some types of domain than others. For
# example, an x86 HVM domain will have a default shadow-pagetable
- # allocation of 1MB. We free up 4MB here to be on the safe side.
- # 2MB memory allocation was not enough in some cases, so it's 4MB now
- balloon.free(4*1024, self) # 4MB should be plenty
+ # allocation of 4MB. We free up 16MB here to be on the safe side.
+ balloon.free(16*1024, self) # 16MB should be plenty
ssidref = 0
if security.on() == xsconstants.XS_POLICY_USE: